func internal/profile.encodeUint64

6 uses

	internal/profile (current package)
		proto.go#L64: func encodeUint64(b *buffer, tag int, x uint64) {
		proto.go#L86: 		encodeUint64(b, tag, u)
		proto.go#L94: 	encodeUint64(b, tag, x)
		proto.go#L99: 	encodeUint64(b, tag, u)
		proto.go#L142: 		encodeUint64(b, tag, 1)
		proto.go#L144: 		encodeUint64(b, tag, 0)